home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerFantasm™ 4.19a / PowerFantasm™ / F4_EXAMPLES / PPC_Graphics_demo / ppc_graph_demo.BCF < prev    next >
Text File  |  1996-08-29  |  571b  |  29 lines

  1. *******************************
  2. **Fantasm V4 PowerPC demo #1
  3. **Opens two windows and runs various graphical tests
  4. **
  5. **File:PPC_graph_demo.bcf
  6. **Date: 3rd Dec.95
  7. **©Lightsoft 1995.
  8. /n                *no libraries
  9.  
  10. /g    QDraw.def
  11.  
  12. /g    general_usage.def    *Import my usual system calls from the headers folder
  13.  
  14. /g    LS_PPC_Macros.def    *and get the nice macro's from the headers folder
  15.  
  16. /g    PPC_graph_demo_bss.s    *the BSS offsets in the project file
  17.  
  18. /q    *quiet mode
  19.  
  20.  
  21. ***Assemble these files
  22. /a    PPC_Graph_demo.s
  23. /a    graph_demo_init.s
  24.  
  25. ***Link these files
  26.  
  27. /l    PPC_graph_demo.o
  28. /l    graph_demo_init.o
  29.